[py][bidi]: skip test_perform_actions_pointer_pen_type for firefox#17203
[py][bidi]: skip test_perform_actions_pointer_pen_type for firefox#17203cgoldberg merged 3 commits intoSeleniumHQ:trunkfrom
test_perform_actions_pointer_pen_type for firefox#17203Conversation
Review Summary by QodoSkip pointer pen type test for Firefox due to unimplemented feature
WalkthroughsDescription• Skip test_perform_actions_pointer_pen_type test for Firefox • Mark test with @pytest.mark.xfail_firefox decorator • Firefox does not yet support pointer pen type actions File Changes1. py/test/selenium/webdriver/common/bidi_input_tests.py
|
Code Review by Qodo
1. Xfail missing reason
|
There was a problem hiding this comment.
Pull request overview
Marks the BiDi input pen-pointer actions test as an expected Firefox failure to reflect the current lack of implementation for pointerType=pen in Firefox.
Changes:
- Add a Firefox-specific
xfailmarker totest_perform_actions_pointer_pen_type.
|
@cgoldberg could you merge this, I only see |
|
@navin772 done. It wouldn't let me until I resolved all conversations |
🔗 Related Issues
💥 What does this PR do?
Skips the
test_perform_actions_pointer_pen_typetest for firefox as it is not yet implemented, returns error -Error: Unimplemented pointerMove for pointerType penWPT tests - https://wpt.fyi/results/webdriver/tests/bidi/input/perform_actions/pointer_pen.py?label=master&label=stable&product=firefox&product=chrome&product=edge&aligned
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes